home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / VIEWERS / PWBROWSE / README.TXT < prev    next >
Text File  |  1993-11-15  |  4KB  |  94 lines

  1. Welcome to the WINDOWS Magazine Version Browser v1.0!
  2. (c) 1993 WINDOWS Magazine
  3.  
  4. This program allows you to examine the various executable
  5. files on your hard disk, and see the "hidden" version information
  6. contained within many of them.  Depending on the file, you
  7. may be able to tell who wrote it, when, and why.
  8.  
  9. This program is the same as described the "Power Windows" 
  10. columns of the December, 1993 and January, 1994 issues of 
  11. WINDOWS Magazine, with two additions and one change.  
  12.  
  13. First, the program can now print a report showing the version 
  14. information of selected files, or of all files in a directory.  
  15. Second, it remembers the last location of the frmDisp and frmPrint 
  16. windows and repositions those windows to those locations the next time 
  17. it runs.
  18.  
  19. The change is that the EXE file is now named PWBROWSE.EXE.  Some
  20. folks reported problems running the program when it was named 
  21. VER.EXE, so the named was changed.
  22.  
  23.  
  24. This program and its source code can be freely distributed
  25. and used PROVIDED that all copyright notices, and this README.TXT
  26. file are included and not changed.
  27.  
  28. In addition to the files contained in this archive, you must
  29. also have a copy of VBRUN300.DLL in your \WINDOWS\SYSTEM file.
  30. If you do not already have that file, you can download it from
  31. the same online service where you found this archive.  In the
  32. WINDOWS Magazine Online section of AOL, VBRUN300.DLL is in the
  33. "Miscellaneous" section of the WINMAG file library.
  34.  
  35.  
  36. About this archive
  37. ------------------
  38.  
  39. This archive contains the actual program (VER.EXE), the file
  40. CMDIALOG.VBX, and all the Visual Basic v3.0 source code and 
  41. other files needed to create VER.EXE.
  42.  
  43. If you're not a programmer, or not interested in modifying the
  44. program, delete all files *except* VER.EXE and CMDIALOG.VBX.  
  45. They're not needed and just waste disk space.
  46.  
  47.  
  48. Quick Installation
  49. ------------------
  50.  
  51. 1.  Make a directory named C:\WINMAG ("MKDIR C:\WINMAG")
  52.  
  53. 2.  Copy the files VER.EXE and CMDIALOG.VBX to C:\WINMAG.
  54.  
  55. 3.  Create a Program Manager icon for VER.EXE by opening the folder
  56.     where you'd like the icon to appear, selecting "New" from 
  57.     Program Manager's "File" Menu, selecting "New Program Item", then 
  58.     clicking on the OK button.
  59.  
  60.     In the dialog that follows, make the following entries:
  61.     Description:  WINDOWS Magazine Version Browser
  62.     Command Line:  C:\WINMAG\VER.EXE
  63.     Working Directory:  C:\WINMAG
  64.  
  65.     Finally, click on the OK button.
  66.  
  67.  
  68.  
  69. Optional Disk Saving Steps
  70. --------------------------
  71.  
  72. VER.EXE makes use of a file named CMDIALOG.VBX, which you may
  73. already have.  If so, you can save disk space by only keeping the
  74. newest copy (yours, or the one that came in this archive).
  75.  
  76. First, determine the date of your copy of CMDIALOG.VBX (if any)
  77. residing in your \WINDOWS\SYSTEM directory. Then compare that date 
  78. to the date of our CMDIALOG.VBX (4-28-93 at 12:00 am).
  79.  
  80. If the copy of CMDIALOG.VBX in your \WINDOWS\SYSTEM directory is as
  81. new or newer, just delete our copy of CMDIALOG.VBX from your hard disk.
  82.  
  83. If the copy of CMDIALOG.VBX in your \WINDOWS\SYSTEM directory is *older* 
  84. than the one in this archive then you have two choices:
  85.  
  86. 1.  Copy our newer CMDIALOG.VBX into your \WINDOWS\SYSTEM directory, 
  87.     replacing your older version.  You can then delete the copy of
  88.     CMDIALOG.VBX in C:\WINMAG.
  89.  
  90. 2.  Or, leave our newer version in the directory with VER.EXE, letting
  91.     VER.EXE use it but letting your other programs use the older copy
  92.     in \WINDOWS\SYSTEM.
  93.  
  94.